home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / termcap.lha / termcap-1.2 / configure.in < prev    next >
Text File  |  1992-12-08  |  218b  |  11 lines

  1. dnl Process this file with autoconf to produce a configure script.
  2. AC_INIT(termcap.h)
  3. AC_SUBST(PROGS)dnl
  4. AC_PROG_CC
  5. AC_PROG_CPP
  6. AC_PROG_INSTALL
  7. AC_HAVE_HEADERS(string.h)
  8. AC_UNISTD_H
  9. AC_STDC_HEADERS
  10. AC_OUTPUT(Makefile)
  11.